-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
S3: added variable and new resources #6
base: main
Are you sure you want to change the base?
S3: added variable and new resources #6
Conversation
storage/s3/main.tf
Outdated
}) | ||
} | ||
} | ||
|
||
resource "aws_s3_bucket" "kubeflow" { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why we use kubeflow
for the bucket resource name?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it looks like this module appeared from sak-kubeflow and the changes proposed to us. We need to make this module more universal so that it can be used in various situations, and not just in the kubeflow installation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should I update this PR , or we can open other issue ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just update this, please. Could you write an example in Readme.md how to quickly add this module into the main project?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, I will write a readme as well
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Check now
ab2a9a6
to
ceeae45
Compare
9c4d233
to
a53020d
Compare
a53020d
to
df0ae14
Compare
issue #139